uses the generic healing proc for bloodheal#978
Conversation
|
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~7 days. Please address any outstanding review items and ensure your PR is finished - if both are true, and you have auto-staled anyway, you need to actively ask maintainers (by pinging them in the /tg/station Discord) to (re)review or merge your PR. If no maintainer responds to your request, you may wish to close this PR yourself while you seek maintainer comment, as you will later be able to reopen the PR yourself. |
|
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~7 days. Please address any outstanding review items and ensure your PR is finished - if both are true, and you have auto-staled anyway, you need to actively ask maintainers (by pinging them in the /tg/station Discord) to (re)review or merge your PR. If no maintainer responds to your request, you may wish to close this PR yourself while you seek maintainer comment, as you will later be able to reopen the PR yourself. |
About The Pull Request
see title, also added a new proc that instead of directly healing, just counts up all the damage, to replace how bloodheal spends vitae.
this is notably NOT one to one with the numbers the old code used.
Why It's Good For The Game
There is multiple forms of healing that comes down to "heal this amount of dots". Vampire bloodheal is one of these.
most other now use this proc, but bloodheal did not, now it does, and that even means it heals some bonus sources.
Changelog
🆑
balance: Bloodheal now uses the same generic healing proc as werewolf, obeah, and some other healing sources use
/:cl: